df7f6f
@@ -670,9 +670,6 @@
public boolean process(final TProtocol inProt, final TProtocol outProt) throws T
           if (useProxy) {
             clientUgi = UserGroupInformation.createProxyUser(
                 endUser, UserGroupInformation.getLoginUser());
-
-            ProxyUsers.authorize(clientUgi, getRemoteAddress().getHostAddress(), null);
-
             remoteUser.set(clientUgi.getShortUserName());
             LOG.debug("Set remoteUser :" + remoteUser.get());
             return clientUgi.doAs(new PrivilegedExceptionAction<Boolean>() {
